|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwiiusej.values.GForce
public class GForce
Represents gravity force on each axis.
| Field Summary | |
|---|---|
private float |
x
|
private float |
y
|
private float |
z
|
| Constructor Summary | |
|---|---|
GForce()
Default constructor; |
|
GForce(float xx,
float yy,
float zz)
Constructor with gravity force on each axis. |
|
| Method Summary | |
|---|---|
float |
getX()
|
float |
getY()
|
float |
getZ()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private float x
private float y
private float z
| Constructor Detail |
|---|
public GForce()
public GForce(float xx,
float yy,
float zz)
xx - x valueyy - x valuezz - x value| Method Detail |
|---|
public float getX()
public float getY()
public float getZ()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||